projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f12b9
)
Actually build faq if enabled
author
Colin Walters
<walters@verbum.org>
Thu, 1 Jul 2010 19:16:25 +0000
(15:16 -0400)
committer
Colin Walters
<walters@verbum.org>
Fri, 9 Jul 2010 14:49:46 +0000
(10:49 -0400)
Previously we required an explicit "make html" in this subdirectory
for no reason. Just build it if make is invoked at the toplevel
and we have docbook.
docs/faq/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/faq/Makefile.am
b/docs/faq/Makefile.am
index 9bdaf1284c92b5efcacdc1fe23fb42c4940b425e..f53c96c5dd76a13c41a8fa1463726dd19588dc9e 100644
(file)
--- a/
docs/faq/Makefile.am
+++ b/
docs/faq/Makefile.am
@@
-17,6
+17,8
@@
pdf:
(cd $(srcdir); db2pdf gtk-faq.sgml); \
fi
+all-local: html
+
dist-hook: html
cp -Rp $(srcdir)/html $(distdir)
else